projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
b7be4f2
a0f0932
)
Auto merge of #3251 - alexcrichton:fix-regr, r=brson
author
bors
<bors@rust-lang.org>
Fri, 18 Nov 2016 20:32:20 +0000
(12:32 -0800)
committer
GitHub
<noreply@github.com>
Fri, 18 Nov 2016 20:32:20 +0000
(12:32 -0800)
Fix regression with path overrides
If an override points to a path dependency then that's not locked, so we're
missing information for that, but it's already warned about, so no need to
worry.
Closes #3288
Trivial merge